systemd.nspawn.<name>.filesConfig

Each attribute in this set specifies an option in the [Files] section of this unit. See systemd.nspawn(5) for details.

Type
attribute set of (systemd option)
Default
{ }
Example
{
  Bind = [
    "/home/alice"
  ];
}
Declared
<nixpkgs/nixos/modules/system/boot/systemd/nspawn.nix>